Auto merge of #1444 - alexcrichton:issue-1398, r=huonw
authorbors <bors@rust-lang.org>
Tue, 24 Mar 2015 17:55:17 +0000 (17:55 +0000)
committerbors <bors@rust-lang.org>
Tue, 24 Mar 2015 17:55:17 +0000 (17:55 +0000)
commit0d878de3f65e8a5c439b7ae46a38db3527a4834d
treedc36dd00d86eaeaa3abd0c07d79507373405d029
parentc6b93247c6b0de303e05f736b285447c3d75af6b
parentc54fc006263045317da7b12ee4f7aa72402c33ad
Auto merge of #1444 - alexcrichton:issue-1398, r=huonw

This commit removes the ndebug support from Cargo and also adds a new
configuration option for profiles, `debug-assertions`, which controls whether
debug assertions in the compiler are turned on or not.

Closes #1398